ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / FlexGridBase<T> Class / OnClientLoadingRows Property

In This Topic
    OnClientLoadingRows Property (FlexGridBase<T>)
    In This Topic
    Occurs before the grid rows are bound to the data source.
    Syntax
    'Declaration
     
    Public Overridable Property OnClientLoadingRows As String
    public virtual string OnClientLoadingRows {get; set;}
    See Also